; fullscreen glow render pixel shader

; t0, t1, t2, t3 is the content to be sampled

ps.1.1

tex t0
tex t1
tex t2
tex t3

mul r0, t0, c0.a
mad r0, t1, c1.a, r0
mad r0, t2, c1.a, r0
mad r0, t3, c0.a, r0
;mul r0, r0, r0
